Skip to content

Conversation

@brandon-pereira
Copy link
Member

This was originally prevented by this useEffect: https://github.com/hyperdxio/hyperdx/pull/1305/files#diff-6a2491347ca591776e19bf42f3b0f76b4fb6ba15f6e70e697d45c30218997b69L739 but I think having logic to deviate from the URL causing a lot of complexity in this page, so I personally think we should work towards making the URL the source of truth for the state instead.

Original Bug Reproduction:

  1. Increase time range beyond default live tail duration
  2. Click on a histogram bar and then click "View Events"
  3. Note that the time range is updated
  4. Wait a few seconds and the time range will be incorrectly reverted back to the default live tailing date range

Fix:

  1. Do reproduction steps as above
  2. At step 4, see that URL is displayed as intended.

Fixes HDX-2718

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

🦋 Changeset detected

Latest commit: e88af7c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Patch
@hyperdx/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Nov 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview Comment Nov 5, 2025 3:29pm

whereLanguage: whereLanguage,
filters: JSON.stringify(config.filters),
filters: JSON.stringify(config.filters ?? []),
isLive: 'false',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it would be nice to merge existing parameters into the URL, or to use the context to generate URL if available, but that would make this PR much bigger for minimal rewards

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

E2E Test Results

All tests passed • 39 passed • 3 skipped • 308s

Status Count
✅ Passed 39
❌ Failed 0
⚠️ Flaky 0
⏭️ Skipped 3

View full report →

@kodiakhq kodiakhq bot merged commit 1e39e13 into main Nov 5, 2025
8 of 9 checks passed
@kodiakhq kodiakhq bot deleted the brandon/fix-time-chart-live-tail branch November 5, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants